Is this theory right?

For all mod-related questions and custom code.
Post Reply
BobKare
Offline
Posts: 279
Joined: May 26th, 2011, 2:15 pm

Is this theory right?

Post by BobKare »

Hello again!
I just got a simple question this time:

I got this theory which tells me that if I'd taken the fCraft source, and wanted to change the software's name, all (cough) I'd need to do is renaming EVERY file, EVERY namespace, namespace decleration, classes and all other lines in the entire source which contains the word "fCraft", and change the name to something else.
This excudes, of course, the license and eventual copyright notes.

This is not something I'm planning to do, since it's obviously days of work, but I just wanted to know if this theory is true?

So, the simple question: Is it?

~BobKare

User avatar
Bloody_Llama
Trustee
Offline
Posts: 324
Joined: May 26th, 2011, 6:35 pm

Re: Is this theory right?

Post by Bloody_Llama »

<FCB2> trevbev94: who made the perimid out of saind cause that is ausom
<FCB2> Pemalite+: druffin. 'cmere big boy for some lovin'

BobKare
Offline
Posts: 279
Joined: May 26th, 2011, 2:15 pm

Re: Is this theory right?

Post by BobKare »

Code: Select all

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
I know the license, and I can't understand how this breaks it.
I'm renaming the files.

If I've skipped something, please tell me what.

User avatar
Hellenion
Offline
Posts: 220
Joined: October 20th, 2011, 9:20 am
Location: Subnet
Contact:

Re: Is this theory right?

Post by Hellenion »

This doesn't break it at all, you can rename fCraft and claim it as your own all you want. If you're smart you also let your IDE or some other routine solve the renaming for you, just replace all instances of "fCraft" with your new name, and all instances of "fragmer" with "BobKare". Nopony's going to sue you.

But why would you?
A = {x ∈ P(U) | x ∉ x}
Mods:
  1. /Su - Allows players to temporarily become a different rank
  2. /Snap - Like /Line but only draws straight or diagonal lines.
  3. pre-0.630 skip/none block

BobKare
Offline
Posts: 279
Joined: May 26th, 2011, 2:15 pm

Re: Is this theory right?

Post by BobKare »

Theory...
I will try the IDE thing, though.
I'm just curious :P

User avatar
Hellenion
Offline
Posts: 220
Joined: October 20th, 2011, 9:20 am
Location: Subnet
Contact:

Re: Is this theory right?

Post by Hellenion »

Curious about your ability to replace words? Never seen that one before.
A = {x ∈ P(U) | x ∉ x}
Mods:
  1. /Su - Allows players to temporarily become a different rank
  2. /Snap - Like /Line but only draws straight or diagonal lines.
  3. pre-0.630 skip/none block

BobKare
Offline
Posts: 279
Joined: May 26th, 2011, 2:15 pm

Re: Is this theory right?

Post by BobKare »

Haha...
Maybe I'm just a curious person? ^^

BobKare
Offline
Posts: 279
Joined: May 26th, 2011, 2:15 pm

Re: Is this theory right?

Post by BobKare »

Renamed all 'fCraft' namespaces and declerations and other places, but when I build the main project file, it won't load fCraftGUI.csproj and fCraft.csproj.
The files are renamed to another name, but the error I get contains the original names.
Ps: I did not rename files and folders under obj's and bin's.

User avatar
boblol0909
SupOP
Offline
Posts: 314
Joined: June 24th, 2011, 10:27 pm

Re: Is this theory right?

Post by boblol0909 »

BobKare wrote:Renamed all 'fCraft' namespaces and declerations and other places, but when I build the main project file, it won't load fCraftGUI.csproj and fCraft.csproj.
The files are renamed to another name, but the error I get contains the original names.
Ps: I did not rename files and folders under obj's and bin's.
What's the point?

BobKare
Offline
Posts: 279
Joined: May 26th, 2011, 2:15 pm

Re: Is this theory right?

Post by BobKare »

Is no one reading the entire point of the topic before replying?

User avatar
Intertoothh
Trustee
Offline
Posts: 1149
Joined: May 24th, 2011, 5:51 am

Re: Is this theory right?

Post by Intertoothh »

McLaughlinKid wrote:You put roar on everything don't you?

Jonty800
Offline
Posts: 280
Joined: August 21st, 2011, 6:31 am
Location: United Kingdom
Contact:

Re: Is this theory right?

Post by Jonty800 »

My guide:
1. Make sure you supply a copy of the licence with the software
2. Bring up the replace tool, type "fCraft" to replace with "YourSoftwareName" and keep pressing find next. If you see namespaces, don't change them, really, all you want to do is change string values that contain the word 'fCraft'.
Be careful or half your software won't work.
You cannot use certain BBCodes: [img].

Post Reply