From 9d1df38d9191e454e7c9a31884c5c3b28f8dbebe Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Fri, 16 Oct 2009 18:44:09 +0400 Subject: [PATCH] copyrights in native sources --- .../VistaUpdaterLauncher/VistaUpdaterLauncher.cpp | 17 +++++++++-- native/breakgen/AppMain.c | 15 ++++++++++ native/fileWatcher/ReadMe.txt | 33 ---------------------- native/fileWatcher/fileWatcher3.cpp | 17 +++++++++-- native/fsNotifier/mac/fsnotifier.c | 16 +++++++++++ native/restarter/ReadMe.txt | 33 ---------------------- native/restarter/restarter.cpp | 17 +++++++++-- 7 files changed, 76 insertions(+), 72 deletions(-) delete mode 100644 native/fileWatcher/ReadMe.txt delete mode 100644 native/restarter/ReadMe.txt diff --git a/native/VistaUpdaterLauncher/VistaUpdaterLauncher/VistaUpdaterLauncher.cpp b/native/VistaUpdaterLauncher/VistaUpdaterLauncher/VistaUpdaterLauncher.cpp index bd14d4d416..dd2e419808 100644 --- a/native/VistaUpdaterLauncher/VistaUpdaterLauncher/VistaUpdaterLauncher.cpp +++ b/native/VistaUpdaterLauncher/VistaUpdaterLauncher/VistaUpdaterLauncher.cpp @@ -1,5 +1,18 @@ -// VistaUpdaterLauncher.cpp : Defines the entry point for the console application. -// +/* + * Copyright 2000-2009 JetBrains s.r.o. + * + * Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include "stdafx.h" #include diff --git a/native/breakgen/AppMain.c b/native/breakgen/AppMain.c index bf4603365d..4b33f16fa8 100644 --- a/native/breakgen/AppMain.c +++ b/native/breakgen/AppMain.c @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2009 JetBrains s.r.o. + * + * Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #if defined(WIN32) #include diff --git a/native/fileWatcher/ReadMe.txt b/native/fileWatcher/ReadMe.txt deleted file mode 100644 index 959f007d34..0000000000 --- a/native/fileWatcher/ReadMe.txt +++ /dev/null @@ -1,33 +0,0 @@ -======================================================================== - CONSOLE APPLICATION : fileWatcher3 Project Overview -======================================================================== - -AppWizard has created this fileWatcher3 application for you. - -This file contains a summary of what you will find in each of the files that -make up your fileWatcher3 application. - - -fileWatcher3.vcproj - This is the main project file for VC++ projects generated using an Application Wizard. - It contains information about the version of Visual C++ that generated the file, and - information about the platforms, configurations, and project features selected with the - Application Wizard. - -fileWatcher3.cpp - This is the main application source file. - -///////////////////////////////////////////////////////////////////////////// -Other standard files: - -StdAfx.h, StdAfx.cpp - These files are used to build a precompiled header (PCH) file - named fileWatcher3.pch and a precompiled types file named StdAfx.obj. - -///////////////////////////////////////////////////////////////////////////// -Other notes: - -AppWizard uses "TODO:" comments to indicate parts of the source code you -should add to or customize. - -///////////////////////////////////////////////////////////////////////////// diff --git a/native/fileWatcher/fileWatcher3.cpp b/native/fileWatcher/fileWatcher3.cpp index 8c61739b83..97c32fdbfa 100644 --- a/native/fileWatcher/fileWatcher3.cpp +++ b/native/fileWatcher/fileWatcher3.cpp @@ -1,5 +1,18 @@ -// fileWatcher3.cpp : Defines the entry point for the console application. -// +/* + * Copyright 2000-2009 JetBrains s.r.o. + * + * Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include "stdafx.h" diff --git a/native/fsNotifier/mac/fsnotifier.c b/native/fsNotifier/mac/fsnotifier.c index bae724d3b6..cefe730156 100644 --- a/native/fsNotifier/mac/fsnotifier.c +++ b/native/fsNotifier/mac/fsnotifier.c @@ -1,3 +1,19 @@ +/* + * Copyright 2000-2009 JetBrains s.r.o. + * + * Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + #include #include diff --git a/native/restarter/ReadMe.txt b/native/restarter/ReadMe.txt deleted file mode 100644 index 80a9a1c631..0000000000 --- a/native/restarter/ReadMe.txt +++ /dev/null @@ -1,33 +0,0 @@ -======================================================================== - CONSOLE APPLICATION : restarter Project Overview -======================================================================== - -AppWizard has created this restarter application for you. - -This file contains a summary of what you will find in each of the files that -make up your restarter application. - - -restarter.vcproj - This is the main project file for VC++ projects generated using an Application Wizard. - It contains information about the version of Visual C++ that generated the file, and - information about the platforms, configurations, and project features selected with the - Application Wizard. - -restarter.cpp - This is the main application source file. - -///////////////////////////////////////////////////////////////////////////// -Other standard files: - -StdAfx.h, StdAfx.cpp - These files are used to build a precompiled header (PCH) file - named restarter.pch and a precompiled types file named StdAfx.obj. - -///////////////////////////////////////////////////////////////////////////// -Other notes: - -AppWizard uses "TODO:" comments to indicate parts of the source code you -should add to or customize. - -///////////////////////////////////////////////////////////////////////////// diff --git a/native/restarter/restarter.cpp b/native/restarter/restarter.cpp index da16821824..65b1eb214a 100644 --- a/native/restarter/restarter.cpp +++ b/native/restarter/restarter.cpp @@ -1,5 +1,18 @@ -// restarter.cpp : Defines the entry point for the console application. -// +/* + * Copyright 2000-2009 JetBrains s.r.o. + * + * Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include "stdafx.h" -- 2.11.4.GIT