From 5fe3fc8657ca3a9ec57d90da40471131888aa687 Mon Sep 17 00:00:00 2001 From: "heikki%netscape.com" Date: Tue, 3 Apr 2001 22:13:38 +0000 Subject: [PATCH] new project started --- mozilla.kdevprj | 0 mozilla.lsm | 14 ++++++++++++++ mozilla/.cvsignore | 3 +++ mozilla/templates/.cvsignore | 3 +++ mozilla/templates/cpp_template | 20 ++++++++++++++++++++ mozilla/templates/header_template | 20 ++++++++++++++++++++ 6 files changed, 60 insertions(+) create mode 100644 mozilla.kdevprj create mode 100644 mozilla.lsm create mode 100644 mozilla/.cvsignore create mode 100644 mozilla/templates/.cvsignore create mode 100644 mozilla/templates/cpp_template create mode 100644 mozilla/templates/header_template diff --git a/mozilla.kdevprj b/mozilla.kdevprj new file mode 100644 index 00000000000..e69de29bb2d diff --git a/mozilla.lsm b/mozilla.lsm new file mode 100644 index 00000000000..3bcc2b1a2fe --- /dev/null +++ b/mozilla.lsm @@ -0,0 +1,14 @@ +Begin3 +Title: Mozilla +Version: 0.1 +Entered-date: +Description: +Keywords: +Author: Heikki Toivonen +Maintained-by: Heikki Toivonen +Primary-site: +Home-page: http:// +Original-site: +Platforms: Linux and other Unices +Copying-policy: GNU Public License +End diff --git a/mozilla/.cvsignore b/mozilla/.cvsignore new file mode 100644 index 00000000000..298638256b8 --- /dev/null +++ b/mozilla/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +*.moc.cpp diff --git a/mozilla/templates/.cvsignore b/mozilla/templates/.cvsignore new file mode 100644 index 00000000000..298638256b8 --- /dev/null +++ b/mozilla/templates/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +*.moc.cpp diff --git a/mozilla/templates/cpp_template b/mozilla/templates/cpp_template new file mode 100644 index 00000000000..6d9fccd2b77 --- /dev/null +++ b/mozilla/templates/cpp_template @@ -0,0 +1,20 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + */ diff --git a/mozilla/templates/header_template b/mozilla/templates/header_template new file mode 100644 index 00000000000..6d9fccd2b77 --- /dev/null +++ b/mozilla/templates/header_template @@ -0,0 +1,20 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + */