From 71dda515552e63c91f2e82cbe299871fed8e594b Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Mon, 26 Jun 2006 23:50:03 +0000 Subject: [PATCH] - Lesson One: Don't revert commits because your eyes are inventing the word "copyright". I tried really hard, I really did, but I could not find even the word "copy", much less "copyright". - Lesson Two: What do you know! En and De.rc actually *are* our files, not James Brown's (his is sol.rc, which hasn't been altered with a ROS Header). - Lesson Three: It is official (voted) ROS Policy that all ROS files have a header. Reverting this header violated it. svn path=/trunk/; revision=22649 --- reactos/base/applications/games/solitaire/de.rc | 7 +++++++ reactos/base/applications/games/solitaire/en.rc | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/reactos/base/applications/games/solitaire/de.rc b/reactos/base/applications/games/solitaire/de.rc index 2a93c7ba7c8..bad20480792 100644 --- a/reactos/base/applications/games/solitaire/de.rc +++ b/reactos/base/applications/games/solitaire/de.rc @@ -1,3 +1,10 @@ +/* + * PROJECT: Solitaire + * LICENSE: Freeware, permission to use under Public Domain + * FILE: base/applications/games/solitaire/de.rc + * PURPOSE: German Language File for Solitaire + * PROGRAMMERS: Daniel "EmuandCo" Reimer (reimer.daniel@freenet.de) + */ #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS diff --git a/reactos/base/applications/games/solitaire/en.rc b/reactos/base/applications/games/solitaire/en.rc index 1158540fb2f..22823aa8815 100644 --- a/reactos/base/applications/games/solitaire/en.rc +++ b/reactos/base/applications/games/solitaire/en.rc @@ -1,3 +1,10 @@ +/* + * PROJECT: Solitaire + * LICENSE: Freeware, permission to use under Public Domain + * FILE: base/applications/games/solitaire/en.rc + * PURPOSE: English Language File for Solitaire + * PROGRAMMERS: Daniel "EmuandCo" Reimer (reimer.daniel@freenet.de) + */ #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS